From: Dan Nicolaescu Date: Fri, 19 Mar 2010 09:42:13 +0000 (-0700) Subject: * vc-hooks.el (vc-path): Remove variable and obsolete declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8353 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=140088a6c66e18b9b0ec3e1595123569a7d8403c;p=emacs.git * vc-hooks.el (vc-path): Remove variable and obsolete declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04d2bb64c65..38de5fb6a62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-03-19 Dan Nicolaescu + + * vc-hooks.el (vc-path): Remove variable and obsolete declaration. + 2010-03-19 Dan Nicolaescu Add special markup processing for commit logs. diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 01c1dc822df..47ab9aa71fc 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -84,13 +84,6 @@ An empty list disables VC altogether." :type '(repeat string) :group 'vc) -(defcustom vc-path nil - "List of extra directories to search for version control commands." - :type '(repeat directory) - :group 'vc) - -(make-obsolete-variable 'vc-path "should not be necessary anymore." "23.2") - (defcustom vc-make-backup-files nil "If non-nil, backups of registered files are made as with other files. If nil (the default), files covered by version control don't get backups."